﻿@charset "utf-8";
/* CSS Document */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,ul,ol,li,pre,form,fieldset,legend,button,input,textarea { margin: 0; padding: 0; border: 0;}
/*th,td{margin: 0; padding: 0;}*/
html { color: #000; }
html,body {width:100%;min-width:320px;}
body,button,input,select,textarea { margin:0; padding:0;  font-family: "微软雅黑","Microsoft Yahei", "Arial", "Verdana", "sans-serif";  font-size:12px; background:#fff}
ul,ol,li,dl,dd,dt{list-style: none;}
em { font-style: normal; }
a { text-decoration: none;outline:none; }
a:hover { text-decoration: underline; color:#e85300;}
legend { color: #000; }
fieldset,img { border: 0; }
label,button { cursor: pointer; }
/*解决IE图片缩放失真*/
img { -ms-interpolation-mode: bicubic; }
/*清除浮动*/
.clearfix:after { content: ''; display: block; height: 0; clear: both; }
.clearfix { zoom: 1; }
.clear { clear: both; }
/*连续英文、数字换行*/
.wordwrap { word-break: break-all; word-wrap: break-word; }
/*单行文字超出显示省略号*/
.omg{overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
img { border: 0; vertical-align: middle;  }
a{ color:#3a3a3a; text-decoration:none;}
a:hover{ color:#c30d23; text-decoration:none}
a:active{color:#c30d23;}

.fl{float:left;}
.fr{float:right;}

*,a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}

/**ly_top**/
.ly_top { width:100%;-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);box-shadow: 0 2px 4px rgba(0,0,0,.08);z-index: 99999;position: relative;background: #fff;}
.ly_top .ly_top_in{width:96%;max-width:1280px; height: 88px;margin: 0 auto; padding: 0;}
.ly_top .top_logo { width:500px; height: 88px; overflow: hidden; margin: 0 0 0; padding: 0; float: left;}
.ly_top .top_logo img{margin-top:10px;}
.ly_top .top_tel {  float: right;width:255px; overflow: hidden; margin: 32px 0; padding-left:58px;background:url(../images/tel.png) left center no-repeat;}
.ly_top .top_tel p{font-size:14px;color:#999;}
.ly_top .top_tel span{display:block;font-size:28px;font-weight:bold;color:#c30d23;height:37px;}
@media (max-width:1199px){	
.ly_top{width:100%;}
.ly_top .top_logo{float:none;margin:0 auto;}
}
@media (max-width:991px){
.ly_top{height:auto;}
.ly_top .top_logo a img{max-width:96%;display:inline-block;vertical-align:top;}

}

@media (max-width:880px){
.ly_top{height: auto;position:fixed;top:0;}
.ly_top .top_tel{display:none;}
.ly_top .top_logo{width:80%;height:auto;float:left;margin-top: 10px;}
.ly_top .top_logo a{display:block;width:100%;text-align:center;}
.ly_top .top_logo a img{max-width:96%;display:inline-block;vertical-align:top;}

.ly_top .ly_top_in{height:70px;}
.ly_top .top_logo{height:70px;}
.ly_top .top_logo img{margin-top:0;}
}
@media (max-width:767px){
	.ly_top .top_logo{margin-top: 0;height:auto;margin-top:15px;}
}

/**ly_nav**/
.ly_nav { width:740px;float:right; margin: 0 auto; padding: 0;}
.navigation { width: 96%; max-width:1280px;margin:0 auto; padding:0; list-style:none;}
.navigation li { float:left;position:relative;width:14.285%;text-align:center;}
.navigation li a { display:inline-block; height: 88px; line-height: 88px; margin: 0; padding:0; text-decoration:none; text-align:center; text-transform:uppercase; color:#555; font-size: 15px;text-align: center;position:relative;}
.navigation li i{display:inline-block;vertical-align:middle;width:8px;height:5px;background:url(../images/nav_jt1.png) center center no-repeat;margin-left:5px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
.navigation li:hover, .navigation li a:hover, .navigation li.nav_on a { color:#c30d23;}
.navigation li:hover i{background:url(../images/nav_jt2.png) center center no-repeat;-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.navigation li.nav_on:after{content:'';display:block;width:40%;height:3px;background:#c30d23;position:absolute;bottom:0;left:50%;margin-left:-20%;}
.navigation li .nav2{display:none;position:absolute;top:66px;left:-10px;width:100%;padding:10px 10px;z-index:9999999;box-shadow: 0px 1px 3px rgba(0,0,0,0.1);background:#fff;}
.navigation li .nav2 a{display:block;width:100%;height:30px;line-height:30px;color:#555;font-size:14px;}
.navigation li .nav2 a:hover{color:#c30d23;}
.navigation ul { position:absolute; left:0; top: 48px; display:none; margin:0; padding:0; list-style:none; z-index: 999; background-color: #fff; border-top: 2px solid #e20100;}
.navigation ul li { width:120px; float:left; border-top:none;}
.navigation ul li:nth-child(even) { background-color:#f5f6f8;}
.navigation ul a { display:block; height:40px; line-height: 40px; padding:0; color:#4e607b; font-size: 12px; font-weight: normal; text-decoration:none; border-top:none;}
.navigation ul a:hover { color:#fff; background-color: #fe0100;}
.web_nav{display:none;width:90%; height: 40px;line-height:40px;color:#fff;font-size:16px;margin:0 auto;font-weight:bold;}
.btn-menu {display:block;float:right;position:relative;background:transparent;cursor:pointer;padding: 27px 0;width:26px;height:16px;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.btn-menu:before,.btn-menu:after,.btn-menu span {background-color:#c30d23;-webkit-transition:all ease .238s;-moz-transition:all ease .238s;transition:all ease .238s;}
.btn-menu:before,.btn-menu:after {content:'';position:absolute;top:0;height:2px;width:100%;left:0;top:50%;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;}
.btn-menu span {position:absolute;width:100%;height:2px;left:0;top:50%;overflow:hidden;text-indent:200%;}
.btn-menu:before {-webkit-transform:translate3d(0,-7px,0);transform:translate3d(0,-7px,0);}
.btn-menu:after {-webkit-transform:translate3d(0,7px,0);transform:translate3d(0,7px,0);}
.btn-menu.active span {opacity:0;}
.btn-menu.active:before {background-color:#c30d23;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);}
.btn-menu.active:after {background-color:#c30d23;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);}
@media (max-width:1350px){	
.ly_nav { width:626px;}
}
@media (max-width:1199px){	
.navigation{width:96%;position:relative;z-index:9999999;}
.navigation li a{height:55px;line-height:55px;}
.ly_nav{width:100%;float:none;}
.navigation li .nav2{top:50px;}
}
@media (max-width:880px){
	.btn-menu{padding: 35px 0;}
.web_nav{width:96%;display:block;}
.navigation{width:104%;display:none;margin-left:-2%;top: 70px;position:absolute;}
.navigation li{width:100%;background:#f1f1f1;border-bottom:1px solid #ffffff;}
.navigation li a{color:#515671;height:46px;line-height:46px;background:#f1f1f1;    display: block;}
.navigation li i{content:'';display:block;float:right;width:20%;height:40px;line-height:40px;background:url(../images/nav_jt1.png) center center no-repeat;position:absolute;top:0;right:0;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.navigation li.on i{background:url(../images/nav_jt2.png) center center no-repeat;-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.navigation li .nav2{position:static;top:0;left:0;width:100%;    background: #f1f1f1;padding: 10px 0;}
.navigation li .nav2 a{height:40px;line-height:40px;}
.navigation li.nav_on:after{width:20%;margin-left:-10%;display:none;}
}
@media (max-width:767px){
.btn-menu {
    padding: 27px 0;
}
}

/**banner**/
.apple-banner { width: 100%; height: 690px; overflow: hidden;z-index:999;}
.apple-banner .swiper-container { width: 100%; height: 690px;}
.apple-banner .swiper-button-prev,.apple-banner .swiper-button-next { width: 8%; height: 100%; top:0; background:none;}
.apple-banner .swiper-button-prev { left:0;}
.apple-banner .swiper-button-next { right:0;}
.apple-banner .swiper-button-prev span,.apple-banner .swiper-button-next span { display:block; width: 64px; height: 64px; position: absolute; right: 0; top: 50%; margin-top:-32px; border-radius: 100%; background:url(../images/arrows1.png) no-repeat center center; opacity: 1; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;opacity:.5;}
.apple-banner .swiper-button-next span { background:url(../images/arrows2.png) no-repeat center center; left:0;}
.apple-banner .swiper-button-prev:hover span,.swiper-button-next:hover span{ opacity: 1;}
.apple-banner .swiper-pagination{ top:auto; bottom:20px; background:none;}
.apple-banner  .swiper-pagination-bullet { display: inline-block; width: 12px; height:12px;margin: 0 3px; cursor: pointer; background: none;opacity: 1;}
.apple-banner  .swiper-pagination-bullet span { width: 100%; height: 100%; display: block;}
.apple-banner  .swiper-pagination-bullet i{ background-color: #fff; width: 100%; height: 100%;display: block;border-radius: 50%;}
.apple-banner  .swiper-pagination-bullet.current i,.apple-banner .swiper-pagination-bullet.swiper-pagination-bullet-active i,.apple-banner  .swiper-pagination-bullet.swiper-pagination-bullet-active.firsrCurrent i{background: #c30d23;}
@media (max-width:1440px){
.apple-banner {height: 470px; }
.apple-banner .swiper-container { height: 470px;}
}
@media (max-width:1199px){	
.apple-banner {height: 400px; }
.apple-banner .swiper-container { height: 400px;}
}
@media (max-width:991px) {
.apple-banner {height: 300px; }
.apple-banner .swiper-container { height: 300px;}
.apple-banner .swiper-button-prev, .apple-banner .swiper-button-next{top:22px;}
}
@media (max-width:880px)  {
.apple-banner {margin-top:86px; }

}
@media (max-width:767px)  {
.apple-banner {height: 160px;margin-top:70px; }
.apple-banner .swiper-container { height: 160px;}
.apple-banner .swiper-button-prev,.apple-banner .swiper-button-next{display:none !important;}
.apple-banner .swiper-pagination{bottom:10px;}
.apple-banner  .swiper-pagination-bullet{width:8px;height:8px;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 3px;}
}
/*banner END*/

/*公告*/
.announcement_main { background:#fff;padding:0 0 0;border-bottom:1px solid #efefef;}
.announcement_main2{width: 1280px;position: relative;margin: -22px auto 16px;box-shadow: 0 6px 15px 0px #dedede;}
.announcement { min-height:38px; line-height:38px;width: 96%;max-width:1280px;margin: 0 auto;padding:10px 0;background:#fff;}
.announcement .gg_in{width:100%;margin:0 auto;}
.announcement .announcement_title{ float:left;color:#555;font-size:15px; font-weight:bold; line-height:40px;}
.announcement .announcement_body{float:left; width:600px;line-height:40px; font-size:14px; color:#555;}
.announcement .announcement_bottom{float:right; width:280px;}
.announcementlist{ }
.announcementlist li { line-height:42px;overflow:hidden;}
.announcementlist li a{color:#555;display:block;float:left;width:100%;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.announcementlist li a:hover{color:#555;}
.announcementlist li span{float:left; margin-left:15px;color:#555;width:20%;}

.ny_announcement_main{ background:#fff;margin-bottom:15px;padding: 10px 0 0;}
.ny_announcement_main .announcement{background:#f5f5f5;padding: 10px 0;}
.ny_announcement_main .form_text1{background:#fff;}
/*搜索 */
.form1{ line-height:45px;}
.form_text1 { float:left; width:76%; height:38px; line-height:38px; text-indent:10px; outline:none;background:#ffffff;border: 2px solid #c30d23;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.form_button1{float:left;width:24%;padding:0 1%;font-size: 15px; height:38px; background:#c30d23;border:0; outline:none; color:#FFF;cursor:pointer;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.form_button1 i{display:inline-block;width:16px;height:38px;vertical-align:top;background:url(../images/search_btn.png) center center no-repeat;background-size:contain;}
.form_button1 span{font-size: 14px;color:#fff;line-height:38px; }
@media (max-width:1300px){	
	.announcement_main2{width:100%;margin:0 auto 14px;position:static;box-shadow: none;}
	.announcement{}
	
}
@media (max-width:1199px){	
.announcement .announcement_body{width: 490px;}
}
@media (max-width:991px){
.announcement .announcement_bottom{float:none;margin:0 auto;width:100%;}
.form_text1{width:80%;height: 42px;box-sizing: border-box;}
.form_button1{width:20%;box-sizing: border-box;height: 42px;line-height:42px;}
.announcement .announcement_body {width: 91%;margin-bottom:8px;}
.announcement .announcement_title{margin-bottom:8px;}
.form_button1 i{height:44px;}
.announcement{padding: 10px 0 20px;}
}
@media (max-width:767px){
.announcement .gg_in{width:100%;}
.announcement_main{padding: 10px 0 0;}
.announcement_main2{width:100%;position: static;margin: 0 auto 16px;box-shadow: none;}
.announcement .announcement_title{display:none;}
.announcement .announcement_body{display:none;}
.announcementlist li a{width:95%;font-size:12px;}
.announcementlist li span{width:35%;font-size:12px;margin-left:5px;}
}

/**ly_show**/
.ly_show {width:100%;  padding: 34px 0 40px;background:#fff;}
.ly_show_in{width:96%;max-width:1280px;margin: 0 auto;}
.ly_show .show_menu { width: 20%;overflow: hidden; margin: 0; padding: 0;}
.ly_title { width:100%;margin: 0 auto 50px; padding: 0;position:relative;}
.ly_title p { width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #333; font-size: 32px; font-weight: bold; text-align: center;}
.ly_title p font { color:#333;}
.ly_title span { display:block; width:50px; height: 3px; overflow: hidden; padding: 0; background:#c30d23;position:absolute;bottom:-15px;left:50%;margin-left:-25px;}
.ly_title2 p{color:#fff;}
.ly_title2 p font { color:#fff;}
.ly_title2 span{color:#fff;}
.show_menu .menu_tit { width:100%; height: 80px; overflow: hidden; margin: 0 auto; padding: 16px 20px; background: #c30d23; box-sizing: border-box;text-align:center;}
.menu_tit p { width:100%; height: 28px; overflow: hidden; line-height: 28px; color: #fff; font-size: 24px; margin: 0 auto; padding: 0;font-weight: bold;}
.menu_tit span { display:block; width:100%; height: 20px; overflow: hidden; line-height: 20px; color: rgba(255, 255, 255, 0.5); font-family: "Arial"; font-size: 14px; font-style: italic; margin: 0 auto; padding: 0;}
.menu_tit em{display:none;}
.show_menu .menu_list { background:#fff;width:100%;overflow: hidden; margin: 0 auto; padding: 10px 0 19px; box-sizing: border-box;}
.menu_list .menu_li { width:90%; height: 100%;margin: 0 auto; padding: 0 0; box-sizing: border-box;}
.menu_li>p>a{width:60%;float:left;display:block;color:#515671;white-space:nowrap;text-overflow:ellipsis; overflow:hidden;}
.menu_li p { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; background-color: #f5f5f5; margin: 0 auto; padding: 0 0 0 20px; box-sizing: border-box;margin-bottom:5px;}
.menu_li>p>span{display:block;width:30%;height:40px;float:right;background: url(../images/menu_tb1.png) 80% center no-repeat;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s; }

.ly_show_in .hd{margin-bottom:55px;}
.ly_show_in .hd .tlt1{width:15%;float:left;font-size:28px;font-weight:bold;color:#333;position:relative;}
.ly_show_in .hd .tlt1:after{content:'';display:block;width:40px;height:3px;background:#c30d23;position:absolute;bottom:-15px;left:0;}
.ly_show_in .hd .h_mulu{width:80%;float:right;text-align:right;overflow:hidden;height:30px;padding-top:10px;}
.ly_show_in .hd .h_mulu ul{display:inline-block}
.ly_show_in .hd .h_mulu ul li{display:inline-block;margin:0 0 0 0;text-align:center;}
.ly_show_in .hd .h_mulu ul li a{display:inline-block;font-size:14px;line-height:30px;text-align:center;padding:0 20px;height:30px;color:#555;-webkit-transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;transition: all .6s cubic-bezier(.165,.84,.44,1) 0ms;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ly_show_in .hd .h_mulu ul li.cur{background:#c30d23;color:#fff;}
.ly_show_in .hd .h_mulu ul li.cur a{color:#fff;}
.ly_show_in .hd .h_mulu ul li:hover{background:#c30d23;color:#fff;}
.ly_show_in .hd .h_mulu ul li:hover a{color:#fff;}

.ly_show_in  .btn-more{font-size:14px;display:block;width:180px;color:#c30d23;text-align:center;padding:10px 15px;border:1px solid #c30d23;margin:5px auto 0px;transition:all 0.6s cubic-bezier(0.165,0.84,0.44,1) 0ms;}
.ly_show_in  .btn-more:hover{color:#fff;background:#c30d23;}

.ny_content .show_menu .menu_list{background: #f5f5f5;}
.ny_content .menu_li p{background:#fff;}
.ny_content .show_list ul li .show_pro_img{}
.ny_content .show_list ul li p{background: #fff;padding:8px 0; text-align:center;}
.ny_content .show_list .show_pro_img span{height:210px;}

.menu_li ul li a:hover{color:#c30d23;}
.menu_li>p>span.on{transform:rotateX(180deg);}
.menu_li>p:hover{background:#c30d23;color:#fff;}
.menu_li>p:hover a{color:#fff;}
.menu_li>p:hover span{background: url(../images/menu_tb3.png) 80% center no-repeat;}
.menu_li ul {display:none; width:100%; overflow: hidden; margin: 10px auto; padding: 0;background:#fff;padding:10px 0;}
/*产品分类第一个默认展开*/
/*.menu_li ul:first-of-type{display:block;}*/
.menu_li ul li { width:100%; height: 30px; overflow: hidden; margin: 0 auto; padding: 0;}
.menu_li ul li a { display: block; width:100%; height: 30px; overflow: hidden; line-height: 30px; color: #808ea4; font-size: 14px; margin: 0 auto; padding: 0 20px; box-sizing: border-box;}
.menu_li ul li a{width:100%;color: #999;background-color:#fff;height:30px;line-height:30px;font-weight:normal;padding:0;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.menu_li p img{display:block; width:14px; height: 14px; margin: 13px 13px 13px 0; padding: 0; float: left;}
 .menu_li ul li a:before { content:'';display:block; width:14px; height: 14px; margin: 8px 13px 13px 12px; padding: 0; float: left;background:url(../images/menu_tb2.png) center center no-repeat;}
.menu_li ul li a img {margin: 7px 13px 13px 0; }
.menu_li ul li a:hover { color:#c30d23;}

.ly_show .show_list { width:100%;margin: 0; padding: 0;background: #ffffff;}
.show_list ul li {width:22.75%;margin: 0 3% 14px 0; float: left;}
.show_list ul li:nth-child(4n){margin-right:0;}
.show_list ul li>div{/*box-shadow: 0px 0px 0px 1px #e0e0e0;*/}
.show_list ul li a { display:block;margin: 0 auto; padding: 0 15px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.show_list ul li .show_pro_img{background:#fff;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;border: 1px solid #dedede;}
.show_list ul li .show_pro_img a{margin: 0 auto; padding: 9px;}
.show_pro_img span { display:block; width:100%; height:240px; overflow: hidden; margin: 0 auto; padding: 0; position: relative;background:#fff;}
.show_pro_img span img { display:block; max-width: 95%; max-height: 95%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.show_list ul li>div .wz{padding-bottom:20px;}
.show_list ul li p.pro_name{ width:98%; height: 35px; overflow: hidden; line-height: 35px; color: #333; font-size: 14px; text-align: center; margin: 0 auto 0; padding: 10px 1% 0;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
.show_list ul li p.pro_name a{color: #333; font-size: 16px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap; }
.show_list ul li p.desc{font-size:14px;color:#999;line-height:22px;height:42px;overflow:hidden;}
.show_list ul li>div:hover .show_pro_img{ background:#c30d23;border: 1px solid #c30d23;}
.show_list ul li>div:hover .wz{background:#c30d23;padding:0 3% 20px;}
.show_list ul li>div:hover p a{ color:#fff; font-weight: bold;}
.show_list ul li>div:hover p{color:#fff;background: #c30d23;}
.show_list ul li>div:hover img{transform: scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);    -webkit-transform:scale(1.1); -o-transform:scale(1.1);}
@media (max-width:1440px){
.show_pro_img span{height:240px;}
}
@media (max-width:1199px){	
.ly_show{width:100%;margin: 0 auto; padding:20px 0 40px;}
.ly_show .show_menu{width:21%;}
.ly_show .show_list{width:100%;}
.show_pro_img span{width:100%;height:230px;}
.show_list ul li p{width:100%;}
.menu_li p{width: 100%;padding: 0 5px;}
.menu_li ul {width: 100%;}
.menu_li ul li a{padding: 0 10px;}
}
@media (max-width:991px){
.ly_title{margin: 0 auto 40px;}
.ly_title p{font-size: 24px;}
.ny_content .content_left{width:100%;}
.ny_content .content_right{width:100%;}
.content_left .show_menu{width:100%;margin-bottom:20px;}
.ly_show .show_menu{width:100%;margin-bottom:20px;}
.ly_show_in .hd .tlt1{display:none;}
.ly_show_in .hd .h_mulu{width:100%;text-align:left;}
.ly_show_in .hd{margin-bottom:32px;}
.show_list ul li:nth-child(2n){margin-right:0;}
}
@media (max-width:880px){
	.ly_show_in .hd .h_mulu{overflow-x: scroll;padding: 10px 0;}
/* 设置滚动条的样式 */
.ly_show_in .hd .h_mulu::-webkit-scrollbar { height:2px;}/* 滚动槽 */
.ly_show_in .hd .h_mulu::-webkit-scrollbar-track { background-color:#f0f0f0; border-radius:0px;}/* 滚动条滑块 */
.ly_show_in .hd .h_mulu::-webkit-scrollbar-thumb { background-color:#dadada;}
.ly_show_in .hd .h_mulu::-webkit-scrollbar-thumb:window-inactive { background-color:#dadada;}

.ly_show_in .hd .h_mulu ul{width:auto;}
.ly_show_in .hd .h_mulu ul li{width:120px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ly_show_in .hd .h_mulu ul li a{padding:0;}
.ly_show_in .hd .h_mulu ul li.cur{width:68px;}
}
@media (max-width:767px){
.ly_show{padding:10px 0 20px;}
.show_pro_img span{height:140px;}
.ny_content .show_list .show_pro_img span{height:140px;}
.ly_title span{bottom: -7px;}
.ly_title {margin: 0 auto 32px;padding-bottom:10px;border-bottom:0;}
.ly_title2 {margin: 0 auto 32px;padding-bottom:10px;border-bottom:0;}

.show_list ul li p.pro_name a{font-size:14px;padding: 0 0;}
.show_list ul li>div .wz{padding: 0 3% 6px;}
.show_list ul li>div:hover .wz{padding: 0 3% 6px;}

.show_list ul li p.desc{display:none;}
.show_list ul li{margin: 0 3% 5px 0;}
.show_list ul li .show_pro_img a{padding:3px;}
}


/*首页关于我们*/
.ly_about{ width:100%;background:url(../images/introductionl_bg.jpg) top center no-repeat;}
.ly_about_in{ width:90%;max-width:1280px;margin:0 auto;padding:50px 0 70px;}
.ly_about_in .gsjj{background:#fff;padding:35px 30px;}
.gsjj_img{float:left;width:40%;overflow:hidden;}
.gsjj_img img{max-width:100%;-webkit-transition:all .25s;-moz-transition:all .25s;-ms-transition:all .25s;-o-transition:all .25s;transition:all .25s;}
.gsjj_img:hover img{transform: scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);    -webkit-transform:scale(1.1); -o-transform:scale(1.1);}
.gsjj_in{width:57%;float:right;margin:0 0 0 0;}
.gsjj .h_d{font-size:24px;color:#333; font-weight:bold;}
.gsjj div.desc{font-size:14px;color:#555;line-height:28px;margin-top:20px;height:252px;overflow: hidden;}
.gsjj a.more{display:block;width:140px;height:40px;font-size:14px;color:#fff;text-align:center;line-height:40px;background:#c30d23;float:right;margin-top:20px;}
.gsjj a.more:hover{cursor:pointer;background: #ea0c27;}
@media (max-width:1199px){	
.ly_about_in{width:96%;padding: 20px 0 40px;}
.gsjj{background: none;}
.gsjj_img{width:46%;}
.gsjj_img img{width:auto;max-width:100%;}
.gsjj_in{width: 51%;}
}
@media (max-width:991px){
.gsjj{background:none;}
.gsjj_img{margin-top: 0;width:100%;display:block;height: 328px;}
.gsjj_img img{width:100%;display:block;height:auto;margin-top:-100px;}
.gsjj_in{width:100%;margin: 20px 0 0 0;}
.gsjj a.more{float:none;margin:20px auto;}
.ly_about_in{padding: 20px 0 40px;}
.ly_about_in .gsjj{padding: 35px 29px 20px;}
.ly_about{    background-size: cover;}
.gsjj .h_d{font-size:22px;}
.gsjj div.desc{height: 204px;}
}
@media (max-width:767px){
.ly_about_in{padding:20px 0 15px;}
.ly_about_in .gsjj{padding: 20px 15px;}
.gsjj div.desc{margin-top:10px;font-size: 14px;line-height:24px;height:244px;}
.gsjj_img img{margin-top:0;}
.gsjj_img{height:245px;}
}


/*新闻中心*/
.h_news{width:100%;background:#f5f5f5;padding:40px 0 60px;}
.h_news .h_news_in{padding:0;width:90%;max-width:1280px;margin:0 auto;}
.h_newslist{ width:100%;}
.h_newslist .l1{ float:left; width:45%; padding: 30px 2%;background: #fff;}
.h_newslist .l1 .img{ float:left; width:100%; line-height:0; overflow:hidden;}
.h_newslist .l1 .img img{-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.h_newslist .l1:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.h_newslist .l1 .wz{height:400px;}
.h_newslist .l1 .tit { float:left; width:100%; color:#333333; font-size:22px; line-height:32px; margin:18px 0 8px 0;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.h_newslist .l1 .tit a{color:#333333; font-size:18px;}
.h_newslist .l1 .time{ float:left; width:100%; color:#999999; font-size:30px; line-height:20px; font-family:Arial;font-size:14px;margin-bottom:8px;}
.h_newslist .l1 .info{ float:left; width:100%; color:#888888; font-size:14px; line-height:25px; height:50px; overflow:hidden; position:relative;}
.h_newslist .l1:hover .tit a{ color:#c30d23;}
.h_newslist .l1:hover .time{ color:#c30d23;}
.h_newslist .l2{ float:right; width:45%; background:#fff; padding:8px 2% 12px; border-bottom:1px solid #f6faf7; -webkit-transition: 0.5s ease;-moz-transition: 0.5s ease;-ms-transition: 0.5s ease;-o-transition: 0.5s ease;transition: 0.5s ease;}
.h_newslist .l2 .c_wrap{ float:left; width:100%; position:relative;padding-left:0; padding-right:20px;}
.h_newslist .l2 .img{ float:left; width:218px; height:123px; position:absolute; left:0; top:0; line-height:0; overflow:hidden;}
.h_newslist .l2 .img img{-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.h_newslist .l2:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.h_newslist .l2 .tit{ float:left; width:100%; position:relative; color:#333333; font-size:20px; line-height:30px; position:relative;padding-right:0; margin: 11px 0 4px 0;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.h_newslist .l2 .tit a{color:#333333; font-size:16px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;display:block;float:left;width:75%;}
.h_newslist .l2 .time{ float:right; color:#999999; font-size:20px; line-height:30px; font-family:Arial; width:20%;text-align:right;}
.h_newslist .l2 .info{ float:left; width:100%; color:#888888; font-size:14px; line-height:25px; height:50px; overflow:hidden; text-align: justify;}
.h_newslist .l2:hover{background: #fafaf6;}
.h_newslist .l2:hover .tit a{color: #c30d23;}
/*.h_newslist .l2:hover .time{color: #c30d23;}*/
@media (max-width:1199px){	
.h_news .h_news_in{width:96%;}
}
@media (max-width:991px){
.h_newslist .l2 .time{font-size:16px;}
.h_news{padding: 36px 0 45px;}
}
@media (max-width:767px){
.h_news {padding: 26px 0 25px;}
.h_newslist .l1{width:96%;padding: 10px 2% 20px;margin-bottom:14px;}
.h_newslist .l2{width:96%;margin-bottom:12px;}
.h_newslist .l1 .tit a{font-size:16px;}
.h_newslist .l1 .img{height:140px;}
.h_newslist .l1 .img img{max-width:100%;}
.h_newslist .l1 .wz{height:auto;}
.h_newslist .l1 .tit{margin: 10px 0 8px 0;}
.h_newslist .l2 .time{font-size:14px;}
.h_newslist .l2 .c_wrap{padding-right:0;}
}


/*视频中心*/
.h_video{width:100%;background:#fff;padding:40px 0 60px;}
.h_video .h_video_in{padding:0;width:96%;max-width:1280px;margin:0 auto;}
.h_video ul li{float:left;margin-right:3%;width:31.33333%;box-shadow: 0 0 20px 5px #eaeaea;-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.h_video ul li:nth-child(3n){margin-right:0;}
.h_video ul li .pic{position:relative;width:100%;height:270px;overflow:hidden;cursor:pointer;}
.h_video ul li .pic .bg{width:100%;height:100%;background:rgba(0,0,0,.5);position:absolute;top:0;left:0;z-index:99;}
.h_video ul li .pic a:after{content:'';display:block;width:65px;height:65px;background:url(../images/video_icon.png) center center no-repeat;background-size:contain;position:absolute;top:50%;margin-top:-32px;left:50%;margin-left:-35px;z-index:999;}
.h_video ul li .pic a{display:block;width:100%;height:100%;text-align:center;position:relative;}
.h_video ul li .pic a img{max-width:100%;max-height:100%;vertical-align:middle;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.h_video ul li .pic a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.h_video ul li .wz{background:#ffffff;padding:20px 20px 35px;}
.h_video ul li .wz .tlt{display:block;height:30px;line-height:30px;font-size:16px;color:#555;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;float:left;width:75%;}
.h_video ul li .wz span{display:block;font-size:14px;color:#999;height:30px;line-height:30px;float:right;width:23%;text-align:right;}
.h_video ul li .wz .desc{color: #888888;font-size: 14px;line-height: 25px;height: 50px;overflow: hidden;margin:5px 0 20px;}
.h_video ul li .wz a.more{font-size:14px;display:block;width:100%;color:#c30d23;text-align:center;padding:10px 4%;border:1px solid #c30d23;margin:5px auto 0px;transition:all 0.6s cubic-bezier(0.165,0.84,0.44,1) 0ms;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.h_video ul li:hover .pic img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.h_video ul li:hover .bg{display:none;}
.h_video ul li:hover {margin-top:-6px;}
.h_video ul li:hover .wz .tlt{color:#c30d23;}
.h_video ul li:hover .wz a.more{color:#fff;background:#c30d23;}

.h_video2{padding:0 0 0;}
.h_video2 ul li{margin-bottom:15px;}
@media (max-width:1300px){	
.h_video ul li .wz .tlt{width:72%;}
.h_video ul li .wz span{width:25%;}
}

@media (max-width:1199px){	
.h_video ul li .pic{height:230px;}
.h_video ul li .wz .tlt{width:65%;}
.h_video ul li .wz span{width:32%;}
}
@media (max-width:991px){
.h_video ul li .pic{height:230px;}
}
@media (max-width:880px){
	.h_video ul li .pic{height:160px;}
	.h_video ul li .wz .tlt{width:100%;float:none;text-align:center;}
	.h_video ul li .wz span{float:none;width:100%;text-align:center;}
	.h_video ul li .wz{padding: 9px 20px 26px;}
}
@media (max-width:767px){
	.h_video ul li{margin-right:0;width:100%;margin-bottom:20px;}	
	.h_video ul li .pic{height:240px;}
	.h_video ul li .wz .tlt{width:67%;float:left;text-align:left;}
	.h_video ul li .wz span{float:right;width:30%;text-align:right;}
	.h_video{padding: 20px 0 15px;}
}


#c_detail_wrap div.fvopvideo { width:80% !important; height:480px!important;margin:0 auto 20px;position:relative;z-index:99;}

@media screen and (max-width: 1199px){
#c_detail_wrap div.fvopvideo { width:100%!important; height:300px!important;}
}
@media screen and (max-width: 780px){
#c_detail_wrap div.fvopvideo { width:100%!important; height:250px!important;}
}
@media screen and (max-width: 480px){
#c_detail_wrap div.fvopvideo { width:100%!important; height:250px!important;}
	}



/* 友情链接 */ 
#link_main {margin: 0 0 0;background:#f5f5f5; }
#link { padding:0;width:90%;max-width:1280px;margin:0 auto;}
.link_title { line-height:46px; color:#fff;  }
.link_title .h_d { font-size:14px; color:#333; font-weight: normal;}

@media (max-width:1199px){	
#link{width:96%;}
}
@media (max-width:991px){
.link_title{line-height:40px;text-align: center;}
}


/* 网站底部 */
.foot{width:100%;padding: 0 0 0;background: #313131;margin-top:0;position:relative;}
.foot .foot_in{width:96%;max-width:1280px;overflow:hidden;margin:0 auto 20px;}

.foot .others{width:100%;float:left;}
.foot .foot1{width:100%;border-bottom:1px solid #3e3e3e;margin-bottom:20px;}
.foot ul{width:96%;max-width:1280px;text-align:center;padding:18px 0 18px;margin:0 auto 0;}
.foot ul li{display:inline-block;vertical-align:top;width:10%;text-align:center;}
.foot ul li a{color:#8f8f8f;font-size:14px;height:20px;line-height:20px;}
.foot ul li a:hover{color:#fff;}
.foot ul em{display:inline-block;vertical-align:top;height:20px;line-height:20px;color:#8f8f8f;}
.foot .others p{font-size:14px;color:#8f8f8f;line-height:26px;text-align:center;}
.foot .others p a{color:#8f8f8f;}
.foot .others p a:hover{color:#fff;}
.to_top{display:block;width:36px;height:36px;background:#6f6f6f url(../images/top.png) center center no-repeat;position:fixed;right:8px;bottom:30px;z-index:99999;}
.to_tel{display:none;width:36px;height:36px;background:#c30d23 url(../images/slode_tel.png) center center no-repeat;position:fixed;right:8px;bottom:75px;z-index:99999;}

.foot .foot2{width:100%;background:#292929;text-align:center;}
.foot .foot2 .foot2_in{width:96%;max-width:1280px;margin:0 auto;padding:20px 0;color:#8f8f8f;font-size:14px;}
.foot .foot2 .foot2_in p{line-height:30px;}
.f_icon5{display:inline-block;vertical-align:top;}
.foot .foot2 .foot2_in a{color:#8f8f8f;font-size:14px;}
.foot .foot2 .foot2_in a:hover{color:#fff;}
.foot .foot2 .foot2_in .wx{display:inline-block;vertical-align:top;position:relative;}
.foot .foot2 .foot2_in .wx img{display:none;position:absolute;top:-118px;left:50%;margin-left:-55px;width:110px;height:110px;}
.foot .foot2 .foot2_in .wx:hover img{display:block;}
.foot .foot2 .foot2_in .wx i{display:inline-block;width:20px;height:20px;background:url(../images/f_wx.png) center center no-repeat;}
.foot .foot2 .foot2_in .f_qq{display:inline-block;width:20px;height:20px;background:url(../images/f_qq.png) center center no-repeat;vertical-align:top;}

/*右侧在线咨询*/
.oline_zxzx{width:180px;height:auto;border-radius:5px;background-color:#fff;-webkit-box-shadow:0 5px 9px rgba(4,0,0,.17);box-shadow:0 5px 9px rgba(4,0,0,.17);position:fixed;right:10px;top:260px;z-index:99999;}
.oline_zxzx .hd{padding:20px;line-height:16px;height:16px;background:#c30d23;color:#fff;font-size:14px;position:relative;border-radius: 4px 4px 0 0;}
.oline_zxzx .hd i.close{display:block;width:18px;height:18px;background:url(../images/online_close.png) center center no-repeat;position:absolute;right:20px;top:18px;cursor: pointer;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.oline_zxzx ul li a{padding:12px 17px;height:18px;line-height:18px;background:#f5f5f5;color:#353434;display:block;border-bottom:#fff 1px solid;transition:all ease-out .3s;font-size:14px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.oline_zxzx ul li a i{display:inline-block;width:20px;height:20px;background:url(../images/online_qq.png) center center no-repeat;vertical-align: middle;margin-right: 8px;transition: all ease-out .3s;}
.oline_zxzx .oline_qq_tel{padding: 20px 20px;}
.oline_zxzx .oline_qq_tel>div{line-height: 14px;height: 14px; margin-bottom: 10px;color: #898989;font-size:14px;}
.oline_zxzx .oline_qq_tel>div i{display:inline-block;vertical-align:middle;width:20px;height:20px;background:url(../images/online_tel.png) center center no-repeat;margin-right: 4px;transition: all ease-out .3s;}
.oline_zxzx .oline_qq_tel>p{color: #929292;line-height: 18px;font-size: 16px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.oline_zxzx .oline_qq_tel img{max-width:100%;margin-top:10px;}
.oline_zxzx ul li a:hover{padding: 18px 30px;color: #fff;background: #565656;}
.oline_zxzx ul li a:hover i{background:url(../images/online_qq2.png) center center no-repeat;}
.oline_zxzx .hd i.close:hover{color:#fff;transform:rotate(90deg);-ms-transform:rotate(90deg);undefined:undefined;-moz-transform:rotate(90deg);undefined:undefined;-webkit-transform:rotate(90deg);undefined:undefined;-o-transform:rotate(90deg);undefined:undefined;}

@media (max-width:1200px){	
.to_tel{display:block;}
.oline_zxzx{display:none;}
}
@media (max-width:991px){

#KFRightScreen{display:none !important;}
.f_icon5{display:block;margin-top:8px;}
}
@media (max-width:880px){
	.f_icon5{display:none;}
}
@media (max-width:767px){
.foot1{display:none;}
.foot .others{float:none;width:100%;padding:15px 0 10px;}
.foot .wx{display:none;}
.foot .others p{font-size:12px;line-height:24px;text-align:center;}
.foot .foot_in{margin: 0 auto 4px;}
.foot .foot2 .foot2_in{font-size:12px;}
.foot .foot2 .foot2_in a{font-size:12px;}
.foot .foot2 .foot2_in p{line-height:22px;}


}

.ny_banner{width:100%;position:relative;background:url(../images/ny_banner1.jpg) center center no-repeat;overflow: hidden;}
.ny_banner .slideshow {height: 300px;overflow: hidden;background-repeat: no-repeat;background-position: center center;background-size: cover;}
@media (max-width: 1199px) and (min-width: 1001px){.ny_banner .slideshow {height:280px;}}
@media screen and (max-width: 1000px){.ny_banner .slideshow {height: 190px;}}
@media screen and (max-width: 880px){.ny_banner{margin-top:86px;} }
@media screen and (max-width: 760px){.ny_banner{margin-top:70px;}.ny_banner .slideshow {height: 100px;}}
@media screen and (max-width: 480px){.ny_banner .slideshow {height: 100px;}}



/*内页一大堆*/
.ny_content{width:90%;max-width:1280px;margin:0 auto;}
.ny_content .content_left{float:left;width:20%;}
.ny_content .content_left .c_tlt{height:60px;line-height:60px;text-align:center;font-size:20px;font-weight:bold;background:#c30d23;color:#ffffff;}
.pro_mulu li a{display:block;height:40px;line-height:40px;text-align:left;padding:0 20px;background:#f1f1f1;color:#555;font-size:14px;margin-bottom:5px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_mulu li div a{background:#ffffff;height:30px;line-height:30px;font-size:12px;}
.pro_mulu a.pro_more{background:#ddd;display:block;text-align:center;height:40px;line-height:40px;}
.news_l{padding:20px 0;border-top:none;margin-bottom:20px;    background: #f5f5f5;}
.news_l li{width:94%;margin:0 auto;background:#fff;margin-bottom:5px;}
.news_l li a{display:block;font-size:14px;color:#555;padding-left:20px;padding-right:5px;background:url(../images/news.png) 10px center no-repeat;height:40px;line-height:40px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.news_l li a:hover{color:#c30d23;}

.ny_content .content_right{float:right;width:77%;}
.ny_content .content_right2{float:none;width:100%;padding-bottom:30px;}
.ny_content  .bread_nav{margin-bottom:34px;padding: 0 0 0 0;}
.ny_content  .bread_nav .bread_nav_in{overflow:hidden;border-bottom: 1px solid #efefef;padding-bottom:12px;line-height:40px;}
.ny_content  .bread_nav .h_d{width:20%;font-size:20px;color:#333;float:left;font-weight:bold;text-align: left;}
.ny_content  .bread_nav div{float:right;width:78%;text-align:right;color:#777;overflow:hidden;font-size: 14px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_content  .bread_nav div a{color:#555;}
.ny_content  .bread_nav div a:hover{color:#c30d23}
.ny_content .content_right .conn{color:#555;font-size:14px;line-height:28px;padding: 0 0 0 0;min-height:550px;}
.ny_content .ny_news_con{min-height:370px; margin-bottom:20px;}

.new_inside {overflow:hidden;margin-bottom:30px;}
.new_inside li {width:100%;margin-bottom:20px;}
.news_box {position:relative;border-bottom:1px solid rgba(0,0,0,.06);background:transparent;height:145px;}
.news_txt {float:left;padding:0 0 28px 10%;transition:all .3s ease-out 0s;}
.news_box:hover .news_txt {padding:0 0 28px 13%;}
.news_txt a{display:block;}
.news_txt a span {font-size:16px;color:#333;display:block;height:24px;overflow:hidden;margin-bottom:20px;transition:all .3s ease-out 0s;}
.news_box:hover .news_txt a span {color:#c30d23}
.news_box:hover .news_txt i {color:#999}
.news_txt i {color:#7D7D7D;font-style:normal;line-height:24px;height: 73px;display: block;overflow: hidden;}
.news_date {width:80px;float:right;font-family:"微软雅黑";color:#999;padding:36px 66px 0 0;transition:all .3s ease-out 0s;position:absolute;left:0;float:left;padding-top:0;}
.news_box:hover .news_date {padding:22px 86px 0 0}
.arrow_left {position:absolute;top:75px;left:0px;width:35px;height:35px;text-align:center;border:1px solid #fff;transition:all .6s cubic-bezier(.215,.61,.355,1) 0s;background:url(../images/icon.png) no-repeat 9px 14px;}
.news_box:hover .arrow_left {border:1px solid #c30d23;background:url(../images/icon_hover.png) no-repeat 9px 14px #c30d23;}
.arrow_left i {width:14px;height:9px;display:block;margin:13px 0 0 11px;}
.news_date span {float:left;line-height:36px;height:36px;font-size:20px;font-family:"微软雅黑"; width:100%;}
.news_date i {float:left;color:#ABABAB;font-size: 20px;font-style: normal;}

.news_txt a span::before {width:35px;height:1px;content:'';background:#BFBFBF;position:absolute;top:14px;left:80px;transition:all 0.3s ease-out 0s;}
.news_box:hover .news_txt a span::before {width:60px;transition:all 0.3s ease-out 0s;background:#7D7D7D;}
.news_box:hover .news_date span {color:#333;}
.news_box:hover .news_date {padding:0 42px 0 0;}

.ny_content .content_right .conn .ny_news_tlt{text-align:center;font-size:20px;color:#555;padding:0 0 10px;font-weight: normal;}
.ny_news_time{text-align:center;font-size:14px;color:#999;padding:6px 0;margin-bottom:25px;margin-top: 15px;background: #f5f5f5;}
.ny_news_ye{padding:30px 0 20px;}
.ny_news_ye p{height:35px;line-height:35px;background:#f1f1f1;margin-bottom:10px;padding:0 20px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_content .content_right .conn ul.h_product_bd{padding-top:20px;}
.ny_content .content_right .conn ul.h_product_bd li{float:left;width:30%;margin-right:45px;margin-bottom:30px;}
.ny_content .content_right .conn ul.h_product_bd2 li{margin-right:60px;}
.ny_content .content_right .conn ul.h_product_bd li:nth-child(3n) {margin-right: 0px;}
.ny_content .content_right .conn ul.h_product_bd li div{display:block;background:#ffffff;padding:10px 10px 80px;position:relative;-moz-box-shadow: 0px 0px 1px rgba(0,0,0,.3);-webkit-box-shadow: 0px 0px 1px rgba(0,0,0,.3);box-shadow: 0px 0px 1px rgba(0,0,0,.3);}
.ny_content .content_right .conn ul.h_product_bd li div .show_pro_img{width:100%;height:220px;text-align:center;overflow:hidden;background:#fff;}
.ny_content .content_right .conn ul.h_product_bd li div .show_pro_img img{vertical-align:middle;max-width:100%;max-height:100%;-webkit-transition-duration: 1s;
transition-duration: 1s;}
.ny_content .content_right .conn ul.h_product_bd li div .show_pro_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.ny_content .content_right .conn ul.h_product_bd li div p{padding:5px 1%;position:absolute;bottom:0;left:0;width:98%;background:#ffffff;color:#333;font-size:18px;text-align:center;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.ny_content .content_right .conn ul.h_product_bd li div p span{padding-top:4px;display:block;height:30px;line-height:30px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;font-weight: bold;}
.ny_content .content_right .conn ul.h_product_bd li div p em{display:block;font-size:16px;height:26px;line-height:26px;padding-bottom:15px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}

.ny_content .content_right .conn ul.h_product_bd li div:hover p em{display:block;}
.ny_content .content_right .conn ul.h_product_bd li div:hover p span{height:40px;line-height:40px;}
.ny_content .content_right .conn ul.h_product_bd li div:hover .show_pro_img img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);transform:translate(0,-20px);-webkit-transform:translate(0,-20px);-ms-transform:translate(0,-20px);}
.ny_content .content_right .conn ul.h_product_bd li div:hover p{height: 80px;background: #c30d23;color:#ffffff;}

.content_left .show_menu{width:100%;margin-bottom:20px;}

.page_list{margin-bottom:30px;margin-top:30px;}
.ly_msg h3{display:none;}

.content_right .conn .pro_name{font-size:24px;font-weight:normal;line-height:28px;color:#c30d23;margin-bottom:10px;}

.content_right .conn .proshow1{padding-top:40px;position:relative;}
.content_right .conn .proshow1 .js-silder{float:left;width:45%;margin-top:0 !important;border:1px solid #ddd;}
.proshow1 .js-silder .silder-main-img {width:100%;text-align:center;height:500px;}
.proshow1 .js-silder .silder-main-img img {max-width:80% !important;max-height:100%;vertical-align:middle}
.proshow1 .js-silder .silder-main-img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.proshow1 .prodesc p{font-size:14px;line-height:24px;margin-bottom:10px;}
.proshow1 .prodesc p.bt{font-size:20px;font-weight:bold;color:#c30d23;}
.content_right .conn .proshow1 .prodesc{float:right;width:51%;}
.content_right .conn .proshow1 .prodesc p.desc{height:125px;overflow:hidden;color:#999;}
.content_right .conn .proshow1 .pro_btn{padding-top:30px;overflow:hidden;}
.content_right .conn .proshow1 .pro_btn1{display:block;width:40%;margin-right:20px;height:55px;line-height:55px;text-align:center;font-size:16px;color:#fff;background:#c30d23;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn2{display:block;width:40%;margin-right:0;height:55px;line-height:55px;text-align:center;font-size:16px;background:#7b7b7b;color:#fff;border-radius:2px;float:left;border:1px solid #fff;}
.content_right .conn .proshow1 .pro_btn1:hover{background:#fff;border:1px solid #c30d23;color:#c30d23;}
.content_right .conn .proshow1 .pro_btn2:hover{background:#fff;border:1px solid #7b7b7b;color:#7b7b7b;}

.content_right .conn .xgcp{overflow:hidden;}
.content_right .conn .xgcp li{float: left;width: 22.75%;margin: 0;margin-bottom: 30px;padding: 0; margin-right: 3%;}
.content_right .conn .xgcp li:nth-child(4n) {margin-right: 0px;}


.tags_title{border-bottom:1px solid #f1f1f1;margin:20px 0 30px;}
.tags_title span{width:80px;padding:0 15px;font-size:18px;text-align:center;height:45px;line-height:45px;margin-bottom: -1px;background:#c30d23;color:#fff;display:block;margin-left: 0;font-weight:bold;}

.proshow2{padding-top:40px;}
.proshow2 .prodetail_con{float:right;width: 77%;}
.proshow2 .prodetail_con .tags_title{margin:0;}
.proshow2 .prodetail_con .content{padding:30px 0;}
.proshow2 .prodetail_con .content img{max-width:80%;height:auto !important;}
@media (max-width:1440px){

}
@media (max-width:1199px){
.ny_content{width:95%;}
.ny_content .content_right .conn ul.h_product_bd li {width: 30%;margin-right: 5%;}
.content_right .conn .xgcp li{width: 23%;margin-right: 2.33333%;}
.silder-main{min-height:inherit;}
.proshow1 .js-silder .silder-main-img{height:400px;}
.proshow1 .js-silder .silder-main-img img{max-width: 80% !important;max-height: 85%;}
.content_right .conn .xgcp li div .show_pro_img span{height:180px;}
.news_txt{padding: 0 0 28px 15%;}
}
@media (max-width:991px){
.ny_content .content_left{float:none;width:100%;}
.ny_content .content_right{float:none;width:100%;}
.ny_content .content_left .c_tlt{background:#bbbbbb !important;font-size:15px;text-align:left;padding: 0 20px;font-weight:normal;height:40px;line-height:40px;}
.menu_tit{background:#c30d23 !important;}
.menu_tit p{height:40px;line-height:40px;font-size:16px;float:left;width:30%;text-align:left;}
.menu_tit em{cursor:pointer; display:block;width:30%;text-align:right;color:#ffffff;height:40px;line-height:40px;float:right;/*background:url(../images/jt.png) no-repeat right center;*/-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
/*.menu_tit em.on{transform:rotateX(180deg);}*/
/*.menu_list .menu_li{overflow-y: scroll;overflow-x: hidden;}*/
.menu_li p{padding:0 10px;}
.menu_li ul li a{width:100%;}
.show_menu .menu_list{display: none;}
.show_menu .menu_tit{height:40px;padding: 0 20px;}
.menu_tit span{display:none;}
.ly_show .show_list{width:100%;}
.show_list ul li{width:48%;}
.show_list ul li p{width:100%;}

.content_right .conn .xgcp li div .show_pro_img  span{height:170px;}
.ny_content .ny_news_con{min-height:150px;}
.menu_list .menu_li{width:95%;}
.news_txt{    padding: 0 0 28px 16%;}
.news_box:hover .news_txt {padding: 0 0 28px 18%;}	
.proshow2 .prodetail_con{width:100%;}
}

@media (max-width:767px){
.ny_content .bread_nav{margin-bottom:24px;}
.ny_content .content_right .bread_nav{overflow:visible;height:auto;line-height:24px;margin-bottom: 18px;}
.ny_content .content_right .bread_nav .h_d{float:none;width:100%;margin-bottom: 10px;    display: none;}
.ny_content .bread_nav .h_d{display:none;}
.ny_content .content_right .bread_nav div{float:none;width:100%;text-align:left;line-height:24px;padding-top:0px;}
.ny_content .bread_nav div{float:none;width:100%;text-align:left;line-height:24px;padding-top:0px;}
.ny_content .content_left .c_tlt{height:38px;line-height:38px;}
.news_txt{padding: 8px 0 8px 20%;}
.news_date{width:14%;padding: 8px 3% 0 3%;}
.arrow_left{transition: all 0s cubic-bezier(.215,.61,.355,1) 0s;}
.news_txt span::before{display:none;}
.news_txt span{margin-bottom: 10px;}
.news_txt i{height:46px;line-height: 22px;overflow:hidden;display:block;}
.news_txt a span{margin-bottom:9px;}
.news_date i,.news_date span{font-size:18px;line-height: 26px;height: 26px;}
.news_box{height:auto;overflow: hidden;}
.arrow_left{top:auto;bottom:12px;height: 20px; left:3%; background: url(../images/icon.png) no-repeat center center;}
.news_box:hover .arrow_left{background: url(../images/icon_hover.png) no-repeat center center #c30d23;}
.ny_content .content_right2{padding-bottom:0;}
.news_box:hover .news_txt {padding:8px 0 8px 23%;}
.news_box:hover .news_date {padding: 8px 3% 0 3%;}
.ny_content .ny_news_con{min-height:300px;}

.ny_content .content_right .conn .ny_news_tlt{font-size:18px;}
.ny_news_time{padding: 3px 0;margin-bottom: 20px;margin-top: 6px;}

.tags_title span{font-size: 15px;height: 38px;line-height: 38px;}
.ny_content .content_right .conn{min-height:350px;}
.content_right .conn .xgcp li{width:46%;}
.content_right .conn .xgcp li:nth-child(2n){margin-right:0;}

.ny_content .content_right .conn ul.h_product_bd li{width: 49%;margin-right: 2%;}
.ny_content .content_right .conn ul.h_product_bd li:nth-child(2n){margin-right:0 !important ;}
.ny_content .content_right .conn ul.h_product_bd li:nth-child(3n){margin-right: 2%;}
.ny_content .content_right .conn ul.h_product_bd li div .show_pro_img{height:180px;}

.content_right .conn .proshow1{padding:20px 0;}
.proshow1 .js-silder .silder-main-img{height:300px;}
.content_right .conn .proshow1 .js-silder{float:none;width: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:20px;padding-bottom:20px;}
.content_right .conn .proshow1 .prodesc{float:none;width: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:15px;}
.content_right .conn .proshow1 .prodesc p.desc{height:74px;}
.content_right .conn .proshow1 .pro_btn{padding-top:15px;}
.content_right .conn .proshow1 .pro_btn1{height:44px;line-height:44px;}
.content_right .conn .proshow1 .pro_btn2{height:44px;line-height:44px;}
.content_right .conn .proshow1 .pro_btn2 em{display:none;}
.tags_title{margin: 20px 0 30px;}
.proshow2 .prodetail_con{width:100%;}
.proshow2{padding-top:0;}
.proshow2 .prodetail_con .content{padding:10px 0;}
.content_right .conn .xgcp li div .show_pro_img span {height: 140px;}
.new_inside{margin-bottom:0;}

}

/*联系方式*/
.contact .tags_title{}
.contact .tags_title span{float:left;width:auto;cursor:pointer;margin-right: 5px;}
.contact .tags_title span.ron{background:#f1f1f1;/*border: 1px solid #f1f1f1;border-bottom: 1px solid #DDD;*/color:#666;font-weight:normal;}
.contact .content2{display:none;}
.contact .content1 ul{}
.contact .content1 ul li{float: left;width:30%;margin-right: 45px;}
.contact .content1 ul li:nth-child(3n){margin-right:0;}
.contact .content1 ul li a{display:block;}
.contact .content1 ul li a em{display:block;float:left;width:60px;height:60px;border:1px solid #ddd;border-radius:50%;margin-right:15px;}
.contact .content1 ul li.lx1 em{background:url(../images/contact_tel.png) center center no-repeat;}
.contact .content1 ul li.lx2 em{background:url(../images/contact_email.png) center center no-repeat;}
.contact .content1 ul li.lx3 em{background:url(../images/contact_address.png) center center no-repeat;-webkit-animation: bounce-up 1.4s linear infinite;animation: bounce-up 1.4s linear infinite;}
.contact .content1 ul li a .wz{float:left;width:78%;}
.contact .content1 ul li a .wz p{font-size:18px;padding-bottom:10px;}
.contact .content1 ul li a .wz span{font-size:18px;}
.lx_dz { width:100%; overflow:hidden; margin:50px auto 20px; padding:0;}
.lx_dz .dz_map { width:97%; height:370px; overflow:hidden; margin:0 auto; padding:1%; border:1px solid #d9d9d9;}
.lx_dz .dz_map iframe{width:100%;}
.lx_dz .dz_map iframe body{width:100%;}
@media (max-width:1300px){
.ny_content{width:96%;}
}

@media (max-width:1199px){
.contact .content1 ul li a .wz{width:60%;}
}
@media (max-width:880px){	
.contact .content1 ul li {float: none;width: 100%;margin-right: 0;margin-bottom:20px;}
.contact .content1 ul li a .wz{width:75%;}
.contact .content1 ul li a .wz p {float:left;width:100%;line-height:26px;padding-right:10px;}
.contact .content1 ul li a .wz span {float:left;width:100%;line-height:26px;}
.contact .content1 ul li.lx3 a .wz span {float:left;line-height:30px;}
.lx_dz {margin: 20px auto 20px; }
.lx_dz .dz_map{height:270px;}
}
@media (max-width:767px){
.contact_wrap{width:100%;}
.contact .content1 ul li a .wz p{font-size:16px;}
.contact .content1 ul li a .wz span{font-size:16px;}
}

/*分页*/
.page_list{text-align:center;}
.page_list a{display:inline-block;padding:0 10px;background:#f5f5f5;height:35px;line-height:35px;text-align:center;margin-right: 5px;border-radius:2px;}
.page_list a:hover{background:#c30d23;color:#ffffff;}
.page_list a.pnnum1{background:#c30d23;color:#ffffff;}
.page_list input{display:inline-block;padding:0 5px;background:#c30d23;width:40px !important;height:30px !important;line-height:30px;text-align:center;margin:0 5px;color:#fff;cursor:pointer;}
.page_list .p_input{display:inline-block;padding:0 5px;background:#f5f5f5;height:30px;line-height:30px;text-align:center;margin:0 5px;color:#555;cursor:default;}
@media (max-width:880px){	
.page_list td span{display:none;}
.page_list td #firstpage{display:none;}
.page_list td #endpage{display:none;}
}
@media (max-width:767px){
.page_list a{margin-right:5px;}
.page_list{font-size:0;color:#fff;    margin-bottom: 16px;margin-top: 16px;}
.page_list input{display:none !important;}
.page_list a{font-size:12px;}
}


/*留言*/
.cpzx .ly_msg { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
.cpzx .ly_msg h3 { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px solid #dfdfdf; color: #333; font-size: 14px; font-weight: bold; text-align: center;}
.cpzx .ly_msg ul { width: 100%; overflow:hidden; margin: 20px auto; padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/}
.cpzx .ly_msg ul li { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
.cpzx .ly_msg ul li h4 { width:17%; height: 34px; overflow: hidden; line-height: 34px; margin: 0; padding: 0 20px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1 { height: 34px;}
.cpzx .ly_msg ul li .msg_tara { height: 118px;}
.cpzx .msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt1 input { height: 34px; line-height: 16px;}
.cpzx .msg_tara textarea { height: 118px; line-height: 20px; resize: none;}
.cpzx .ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding:0; float: left;}
.cpzx .msg_ipt2 input { display: block; width: 120px; height: 34px; overflow: hidden; line-height: 16px; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li a.yzm_img { display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left;}
.cpzx .ly_msg ul li .msg_btn { width:83%; overflow: hidden; margin: 0; padding: 0; float: left;}
.cpzx .msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 20px 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

.cpzx .ly_msg ul li h4 {width: 10%;height: 45px;font-size:14px;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90%;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90% !important;}
.cpzx .ly_msg ul li .msg_ipt1 {height: 47px;}
.cpzx .msg_ipt1 input { height: 45px; line-height: 45px;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 90% !important;height: 45px !important;}
.cpzx .msg_ipt12 input {height:45px;}
.cpzx .ly_msg ul li .msg_ipt1 select{height: 45px !important;}
.cpzx input{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx textarea{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx select{border-radius:2px;border:none !important;background:#f1f1f1;outline:none;text-indent:10px;}
.cpzx input:focus,.cpzx textarea:focus{border: 1px solid #dedede !important;}
.cpzx  .ly_msg ul li a.yzm_img img{height:100% !important;}
.cpzx .msg_btn input{width:150px;height:45px;line-height:45px;cursor:pointer;}
.cpzx .msg_btn input:first-child{background:#c30d23;color:#fff;}
.cpzx  .msg_ipt2 input {height: 45px;}
.cpzx  .ly_msg ul li .msg_ipt2{height: 45px;}

@media (max-width:767px){
.ly_msg ul li h4{display:none;}
.cpzx .ly_msg ul li div{width:100% !important;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara{width:100% !important;}
.cpzx .ly_msg ul li .msg_ipt12{width:100% !important;}
.ly_msg ul li div.msg_ipt2{width:30% !important;}
.ly_msg ul li span{display:none;}
.ly_msg{margin: 0 auto 0 !important;}
.cpzx .msg_btn input{width:49%;margin-right:0;}
.cpzx .msg_btn input:first-child{margin-right:2%;}
}

/*详情页内容超出设置*/  
@media (min-width:1199px) {  
#c_detail_wrap #new-div .zoom-caret{display:none !important;}  
}  
#c_detail_wrap img,#c_detail_wrap p,#c_detail_wrap span,#c_detail_wrap div,#c_detail_wrap video,#c_detail_wrap embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;word-break: normal;}  
  
#c_detail_wrap #new-div{overflow-x: hidden;overflow-y: hidden;width: 100%;position:relative;}  
#c_detail_wrap #new-div .zoom-caret{display:block;position: absolute;top: 10px;right: 5px;font-size: 50px;color: #a7a5a5;z-index: 2;padding: 0;margin: 0;opacity: .3;}  
#c_detail_wrap #new-div table{transform-origin: left top;border-collapse: collapse;max-width: none!important;width: auto;}  
#c_detail_wrap #new-div table td{padding: 3px;border: 1px solid #ccc;}  
  
#c_detail_wrap #new-div.on{overflow:scroll; width: 100%;}  
#c_detail_wrap #new-div.on .zoom-caret{display:none;}  
  
/*设置滚动条样式*/  
#c_detail_wrap #new-div::-webkit-scrollbar {height:2px;}/* 滚动槽 */  
#c_detail_wrap #new-div::-webkit-scrollbar-track {background-color:#f0f0f0;border-radius:0px;}/* 滚动条滑块 */  
#c_detail_wrap #new-div::-webkit-scrollbar-thumb {background-color:#bfbfbf;}  
#c_detail_wrap #new-div::-webkit-scrollbar-thumb:window-inactive {background-color:#3c3c3c;}  


/*产品目录页产品板块*/
.pro_bdlist{padding-top:15px;}
.pro_bdlist li{float:left;width:96%;margin-right:0;margin-bottom:30px;background: #f5f5f5;padding:25px 2%;}
.pro_bdlist li:nth-child(2n) {margin-right: 0;}
.pro_bdlist li .pic{float:left;width:26%;height:188px;background:#fff;overflow:hidden;}
.pro_bdlist li .pic a{display:block;width:100%;height:100%;text-align:center;}
.pro_bdlist li .pic a img{max-width:95%;max-height:95%;vertical-align:middle;webkit-transition: -webkit-transform .8s ease;transition: -webkit-transform .8s ease;transition: transform .8s ease;transition: transform .8s ease, -webkit-transform .8s ease;-webkit-transform-origin: center center;transform-origin: center center;}
.pro_bdlist li .pic a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.pro_bdlist li .wz{float:right;width:71%;}
.pro_bdlist li .wz .tlt{display:block;font-size:18px;color:#333;height:34px;line-height:34px;margin-bottom:10px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_bdlist li .wz .desc{height:48px;font-size:14px;color:#666;line-height:24px;overflow:hidden;}
.pro_bdlist li .wz .cs{font-size:14px;color:#999;padding:10px 0;width:100%; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;margin-bottom: 6px;}
.pro_bdlist li .wz .cs span{color:#555;}
.pro_bdlist li .wz .ckxq{ display:-moz-inline-stack;display:inline-block;*display:inline;zoom:1;font-size:14px;color:#787878;border:1px solid #bbb;padding:5px 36px;transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;}
.pro_bdlist li:hover .wz .ckxq{background-color: #c30d23;border: 1px solid #c30d23;color: #fff;}
.pro_bdlist li:hover .wz .tlt{color:#c30d23;}
.pro_bdlist li:hover img{transform: scale(1.1) translateZ(0); -ms-transform: scale(1.1) translateZ(0); -webkit-transform: scale(1.1) translateZ(0); -o-transform: scale(1.1) translateZ(0);-moz-transform: scale(1.1) translateZ(0);}
@media (max-width:1199px) {
	
}
@media (max-width:992px) {
	
}
@media (max-width:880px) {
	.pro_bdlist li .pic{width:100%;margin-bottom:12px;height: 250px;}
	.pro_bdlist li .wz{width:100%;text-align:center;}
	.pro_bdlist li .wz .tlt{margin-bottom:5px;text-align:center;font-size: 16px;}
	.pro_bdlist li .wz .desc{text-align:center;}
	.pro_bdlist li .wz .cs{text-align:center;}
	.pro_bdlist li .wz .ckxq{padding:6px 5%;width:80%;}
}
@media (max-width:767px) {
	.pro_bdlist{padding-top:0;}
	.pro_bdlist li{padding: 10px 2% 20px;margin-bottom: 15px;}
	.pro_bdlist li .pic{height:140px;}
	.pro_bdlist li .wz .tlt{font-size:15px;margin-bottom:0;}
	.pro_bdlist li .wz .cs{display:none;}
	.pro_bdlist li .wz .desc{line-height: 20px;height:40px;font-size:12px;margin-bottom:10px;}
	.pro_bdlist li .wz .ckxq{padding:10 5%;font-size:14px;}
}


/**产品详细介绍**/
.tjpro_tit {width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 10px; padding: 10px 0; border-bottom: 1px solid #eaeaea;}
.ny_main{padding-top:40px;}
.prodetail_con { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
.prodetail_con .prodetail_tit { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 40px; padding: 10px 0; border-bottom: 1px solid #eaeaea;}
.prodetail_con .pro_xxjs { width:100%; overflow: hidden; margin: 40px auto; padding: 0;}
.pro_xxjs b { display:block; width: 100%; overflow: hidden; line-height: 26px; color: #333; font-size: 14px; font-weight: bold; margin: 0 auto; padding: 0;}
.pro_xxjs p, .pro_xxjs div { display:block; width: 100%; overflow: hidden; line-height: 26px; color: #666; font-size: 14px; text-align: justify; text-indent: 2em; margin: 0 auto; padding: 0;}
.pro_xxjs img { display:inline-block; max-width: 100%; margin: 10px auto; padding: 0;}
/**prodetail**/
.pro_detail_main { width:1300px; height:auto; margin: 40px auto 0; padding: 0; position: relative;}
.pro_detail_main .pro_detail_img { width:480px; height: 480px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #eaeaea; box-sizing: border-box; float: left;}
.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.pro_detail_main .pro_detail_text { width:770px; min-height:360px; overflow: hidden; margin: 0; padding: 0 0 80px; float: right; position:relative;}
.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 40px; color: #c30d23; font-size: 30px; text-align: justify; margin: 0 auto; padding: 0;}
.pro_detail_text .jyms { width:100%; height:140px; overflow:hidden; margin:20px auto; padding:20px; background-color:#f8f8f8; box-sizing: border-box;}
.pro_detail_text .jyms p { width:100%; height:100px; overflow:hidden; line-height:25px; color:#888; font-size:14px; text-align: justify; margin:0 auto; padding:0;}
.pro_detail_text .jyms p span { color:#333; font-weight: bold;}
.pro_detail_text ul { width:100%; margin: 20px auto; padding: 0;}
.pro_detail_text ul li { width:50%; height:30px; overflow: hidden; line-height: 30px; color: #888; font-size: 16px; text-align: justify; white-space:nowrap;	text-overflow: ellipsis; margin: 10px auto; padding: 0; float:left;}
.pro_detail_text ul li img { display:block; width:16px; height:16px; overflow:hidden; margin:7px 4px 7px 0; padding:0; float:left;}
.pro_detail_text ul li span { color:#333; font-weight: bold;}
.pro_detail_text .pro_detail_btn { width:770px; height: 60px; overflow: hidden; margin: 0 auto; padding: 0; position:absolute; left:0; bottom:5px;}
.pro_detail_btn a { display:block; width: 320px; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 22px; text-align: center; margin: 0; padding: 0; float: left;}
.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 40px 0 0; background-color: #f7ab01;}
.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #4a4a4a;}
.pro_detail_btn a.prodtl_btn1:hover { background-color: #eab110;}
.pro_detail_btn a.prodtl_btn2:hover { background-color: #c30d23;}

.swiper-container { width: 100%; height: 100%;}
.swiper-slide { text-align: center;}
.swiper-slide .part { width:100%; height: 100%; position: relative;}
.swiper-slide .part img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right:0; bottom:0;}
.swiper-pagination-bullet { width: 8px; height: 8px; background-color: rgba(0,0,0,0.5);}
#swiper-container-01 .swiper-pagination-bullet-active { background-color: #0d59ab;}


/**产品详情页产品图片切换**/
.prodetail_img { width:490px; height: 440px; margin: 0; padding: 0; box-sizing: border-box; float: left;}
#preview { width:490px; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:490px; height:70px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:64px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:64px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul { }
#spec-list ul li { float:left; display:inline; padding:0 10px 0 0; width:90px; height:66px; margin:0;}
#spec-list ul li:last-child { padding:0;}
#spec-list ul li p { width:88px; height:64px; overflow:hidden; margin:0; padding:0; border:1px solid #eaeaea; position:relative;}
#spec-list ul li:hover p { border:1px solid #0d59ab;}
#spec-list ul li img { display:block; max-width:94%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:490px; height:360px; overflow:hidden; padding:0; border:1px solid #eaeaea; box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:510px!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:490px; margin:0;}
#spec-list div { width:490px!important; height:70px!important; margin:0;}

#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}

.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}
@media (max-width:1400px) {
	.pro_detail_main{width:100%;}
	.prodetail_img{width:45%;}
	#preview{width:100%;}
	.jqzoom{width:100%;}
	#spec-n5{width:100%;}
	#spec-list{width:100%;}
	#spec-list ul li{padding: 0 2% 0 0;width:18.4%;}
	#spec-list ul li p{width:98%;}
	.pro_detail_main .pro_detail_text{width:52%;}
	.pro_detail_text .pro_detail_btn{width:100%;}
	.pro_detail_btn a{width:40%;}
	.pro_detail_btn a.prodtl_btn1{margin: 0 17px 0 0;}
	
}
@media (max-width:992px) {
	
}
@media (max-width:880px) {
	.pro_detail_main{width:100%;margin: 28px auto 0;}
	.prodetail_img{width:100%;height:auto;}
	#preview{width:100%;}
	.jqzoom{width:100%;height: 285px;}
	.pro_detail_main .pro_detail_text{width:100%;padding-top:2px;height: auto;min-height:260px;}
	.pro_detail_text h1{font-size:22px;}
	.pro_detail_text .jyms{margin: 10px auto;padding: 12px 20px;height:auto;}
	.pro_detail_text ul{overflow:hidden;    margin: 10px auto;}
	.pro_detail_text ul li{font-size:14px;    margin: 6px auto;}
	.pro_detail_text .pro_detail_btn{width:100%;}
	.pro_detail_btn a{height:40px;line-height:40px;width:40%;font-size:16px;}
	.pro_detail_btn a.prodtl_btn1{margin: 0 17px 0 0;}
	#spec-n5{width:100%;}
	#spec-list{width:100%;}
	#spec-list ul li{padding: 0 2% 0 0;width:18.4%;height:57px;}
	#spec-list ul li p{width:98%;height:55px;}
	.zoomdiv,.jqZoomPup{display:none !important;}
}
@media (max-width:767px) {
	
}

.proshowParameter table{width:100% !important;}
.proshowParameter table td:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}